ReplyType

enum ReplyType : Enum<ReplyType>

Represents how to display replies in message list.

Since

2.2.0

Entries

Link copied to clipboard

Do not display replies in the message list.

Link copied to clipboard

Displays replies linearly in the message list.

Link copied to clipboard

Displays replies to a parent message on a separate screen.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String